Document CompositeMLDsa update to draft-08 breaking change#49609
Merged
Document CompositeMLDsa update to draft-08 breaking change#49609
Conversation
Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update Composite ML-DSA to draft 08 for compatibility
Document CompositeMLDsa update to draft-08 breaking change
Nov 4, 2025
gewarren
approved these changes
Nov 4, 2025
docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.md
Outdated
Show resolved
Hide resolved
docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.md
Outdated
Show resolved
Hide resolved
docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.md
Outdated
Show resolved
Hide resolved
docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.md
Outdated
Show resolved
Hide resolved
docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.md
Outdated
Show resolved
Hide resolved
docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.md
Outdated
Show resolved
Hide resolved
docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.md
Outdated
Show resolved
Hide resolved
docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.md
Outdated
Show resolved
Hide resolved
docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.md
Outdated
Show resolved
Hide resolved
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR documents a breaking change where CompositeMLDsa was updated from draft-07 to draft-08 of the Composite ML-DSA specification in .NET 10 GA. The change updates documentation to reflect the new draft version and adds a breaking change article.
- Updated library documentation to reflect draft 8 support
- Added comprehensive breaking change documentation
- Updated TOC and compatibility index to include the new breaking change article
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/core/whats-new/dotnet-10/libraries.md | Updated draft version reference from 7 to 8 with clarification |
| docs/core/compatibility/toc.yml | Added new breaking change entry to the Cryptography section |
| docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.md | New breaking change documentation for draft-08 update |
| docs/core/compatibility/10.0.md | Added breaking change entry to the Cryptography table |
docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.md
Outdated
Show resolved
Hide resolved
docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
bartonjs
approved these changes
Nov 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CompositeMLDsa was updated from draft-07 to draft-08 of the Composite ML-DSA for X.509 PKI specification in .NET 10.0.0. This update introduces incompatibilities in signature validation and key import/export formats across the draft boundary.
Changes
docs/core/compatibility/cryptography/10.0/composite-mldsa-draft-08.mddocumenting the behavioral change, version introduced (10.0.0), and affected APIsdocs/core/compatibility/toc.ymlanddocs/core/compatibility/10.0.mddocs/core/whats-new/dotnet-10/libraries.mdto reference draft 8 instead of draft 7The document notes that draft-08 and draft-09 remain compatible, and emphasizes that
CompositeMLDsais marked[Experimental]pending specification finalization.Fixes #120077
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
Internal previews